home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #8 / 1999 CD 8 (black).iso / maskdemo / DATA1.CAB / Program_Executable_Files / Daventry / KQ / FIREBITS.KQ < prev    next >
Encoding:
INI File  |  1998-12-15  |  921 b   |  37 lines

  1. [firebits]
  2. classType=KQEmitter
  3.  
  4. # Change this to any KQS file - try not to have many polys tho.
  5. shape=firebit.kqs
  6.  
  7. # This means that particles do not get all randomely created at once; 
  8. # they wait to be shot out over time.
  9. delayStart=100
  10.  
  11. # Particles will randomely move in a direction between min and max.
  12. # X and Z will control how much it fans out.
  13. # Y controls how fast it shoots out of the arrow.
  14. forceMinX=-3
  15. forceMinY=0
  16. forceMinZ=-3
  17.  
  18. forceMaxX=3
  19. forceMaxY=75
  20. forceMaxZ=3
  21.  
  22. # Rotation as the particles fly.  3.14=180 degrees
  23. rotMinY=0
  24. rotMaxY=3.14
  25.  
  26. # Gravity is just an addition force.  If you want something pulled down, give 
  27. # it a negative Z gravity.  Jason Piel suggested that flame particles fly up as
  28. # they disappear, so this is positive.
  29. gravityZ=3
  30.  
  31. # How many cycles (1/15th of sec) does a particle live.
  32. maxLife=13
  33.  
  34. # How many particles exist at once.
  35. maxParticles=4
  36.  
  37.